recipe.ontologies.get(ontology_id='ontology_id') # # Get Ontology object to use in your code. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :param str ontology_id: ontology id # :return: Ontology object # :rtype: dtlpy.entities.ontology.Ontology # #
{- "id": "string",
- "url": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "creator": "string",
- "metadata": {
- "system": {
- "property1": null,
- "property2": null
}
}, - "v2": true
}